mrdenny search results - IT answers
Search Results | mrdenny
Your Search
You searched in:

IT Answers

remove

Tag:

SQL Server

remove

Date:

Anytime

Member:

All

Modify Your Results
1 - 25 of 30
<<PREVIOUS 1   2 NEXT>>
Sort by:  Most Relevant  |  Date
Mrdenny

Name: Denny Cherry
Knowledge Points:   46795 pts.  (How do I earn points?)
Converting SQL 7 Database to Excel

IT Answer  Hi, I would like to know any possible way of converting my Sql 7 Database to Excel formats. Any ideas anyone. Thanks

Question updated: Nov 4 2009   12:21 AM GMT  |     SQL 7, SQL to Excel Database Conversion, SQL
How to convert LONG to CLOB or to VARCHAR type in select statement

IT Answer  Hi, I need to convert LONG to CLOB or to VARCHAR type, to be able to apply either dbms_lob.substr() or just SUBSTR() function to this conversion result. Unfortunately Oracle function to_lob() converts LONG value in the column long_column to LOB values in the select list of a subquery in an INSERT or...

Question updated: Oct 30 2009   11:26 PM GMT  |     Oracle, Long, CLOB
SQL query for same phone number

IT Answer  I have 3 columns phone number, users and locations I would like to see only the name and phone numbers of the users that are calling the same phone number Not quite sure how to represent this in a SQL Statement Thank you very much for your assistance

Question updated: Oct 20 2009   4:16 PM GMT  |     SQL, SQL queries, SQL Query
I NEED SQL COMMAND TO EXTRACT THE NUMERIC VALUSE IN BETWEEN THE STRINGS

IT Answer  VCH:FR:AUD/120.18/51.26YQAC/1.35QKAD/14.47QRCO/14.47QREB/1.35QKSB/6.00WGSE/20.91UOVZ I NEED TO EXTRACT THE VALUES IN THE ABOVE STRING AND SUMM ALL THE VALUES USING SQL COMMAND EX:120.18+51.26+1.35.....IN THE ABOVE GIVEN REFRENCE Software/Hardware used: SOFTWARE

Question updated: Oct 19 2009   1:55 PM GMT  |     SQL commands, SQL
SSRS - SQL runs in 1 minute but Reporting Services tuns for 30 minutes

IT Answer  I have a report whosedataset query that takes approximately 1 minute to run in SQL Management Server. That same query in a Reporting Services report takes aver 30 minutes to run. And it is inconsistent in its behavior since sometimes it will never finish running and error out. When it does run and...

Question updated: Sep 16 2009   2:57 AM GMT  |     SSRS, SQL, SQL performance
SQL Database User

IT Answer  Hello, I have 3 servers running sql server 2005 server1, server2, andserver3 with database1 anddatabase2 respectively. I backupdatabase1 onserver1and backup database2 on server2 then I restoredatabase1 and database2 on server3 as read-onlyon a daily basis. I only want to use one sql lo...

Question updated: Sep 15 2009   1:54 PM GMT  |     SQL, SQL Server, SQL Server security
CLR Assembly in MS SQL 2008

IT Answer  I have a problem with COM-objects which i create in CLR-assembly in VB.NET via CreateObject. When I compile this assembly as console project and run loging under any account on server, it works ok. But when i run this file from MS SQL, it can not create object. What may be reason for this?

Question updated: Sep 3 2009   6:22 PM GMT  |     SQL Server 2008, CLR, SQL
Bulk-Logged Recovery Model SQL Server 2005

IT Answer  If I change the recovery model on the database from full to bulk-logged to run DBCC CheckDB and Rebuild Indexes is changing the recovery model the correct thing to do? Software/Hardware used: SQL Server 2005

Question updated: Aug 22 2009   0:51 AM GMT  |     SQL, SQL Server 2005, SQL Server 2005 performance
SQL select command

IT Answer  Hi i hope all doing well, i have a problem with this SQL select command : **************************************************************** SELECT DISTINCT customers.first_name, customers.last_name, customers.email, customers.cellPhone, customers.phone, items.title, items.price, auction_items.auction...

Question updated: Aug 3 2009   6:56 AM GMT  |     SQL Select, SQL, SQL commands
Using sql code to read a filename

IT Answer  Can you write sql query that will read pdf filename from a dir and then match the filename to a data element in a table having the same name? For instance, the filename is 12345.pdf where 12345 is actually an invoice number. Can the query read the filename and then locate the same invoice number fro...

Question updated: Jul 31 2009   7:54 PM GMT  |     SQL Query, SQL, SQL statements
Help Refactoring SQL Query

IT Answer  Dear Friend Below is my SQL Query select DISTINCT Auditdata.ID,ns.ProviderMaster_ID as CDRComment from Auditdata AuditData inner join AuditMaster am on am.ID=AuditData.AuditMaster_ID inner join HomeCircleMaster hcm on hcm.Ori_CircleMaster_ID=am....

Question updated: Jul 16 2009   9:18 PM GMT  |     SQL Query, Refactoring, SQL
Variables in T-SQL

IT Answer  Hi, I want to know y does the following script run in SQL and not in T-SQL DECLARE @tblName varchar(30) SET @tblName = CONVERT(VARCHAR(20),GETDATE(),112) + 'Table' DECLARE @sql nvarchar(4000) SELECT @sql = 'CREATE TABLE "' + @tblName + '" ( ID VARCHAR(15), Name VARCHAR(15) )' EXEC(@sql) go it g...

Question updated: Jul 15 2009   5:01 PM GMT  |     T-SQL, SQL
VERY slow server startup and shutdown

IT Answer  Hi everybody! We have a problem on our Exchange 2003 server thats been getting worse and worse. We have a Dell PowerEdge 2850 server, and every time we try to shutdown or restart it, it take 10 to 20 minutes just to shut down and another 20 to startup. Sometimes we have to force shut it down becaus...

Question updated: Jul 15 2009   5:39 AM GMT  |     Dell PowerEdge 2850, Exchange 2003, SQL database corrupt
SQL order by Issue

IT Answer  Please help me write this. I need a SQL where the order by is done based on a variable passed to the query.SELECT * FROM (SELECT distinct gl.group_id, gl.group_name, gl.group_description, gl.status_code, gl.member_count, ...

Question updated: May 4 2009   8:29 PM GMT  |     SQL, SELECT statement, SQL query optimization
How do I limit my SQL output to one record per student?

IT Answer  Current resuls: Student ID: Guardian 2 Joe 2 Mary 3 Goldie 4 JIm Needed results: Student ID: Guardian 2 Joe 3 Goldie 4 Jim

Question updated: May 4 2009   9:15 AM GMT  |     SQL Query, SQL Output, SQL Records
My DTS package runs normally, but hangs when run as a SQL Job

IT Answer  Hi, I'm trying to run an Ms Access .mbd file through a MS SQL 2003 Server. The package runs normally and works when I start the job, but simply hangs when I run the package as a a scheduled job. I've designed a DTS local package as follows: '**********************************************************...

Question updated: Apr 29 2009   1:08 AM GMT  |     SQL, DTS package, Job scheduling
Output errors from SQL Server stored procedure

IT Answer  I have a stored procedure using SQL Express that update a table using data from another table. All is well except that from time to time the source table might have data that causes an error. I would like to add some code to the stored procedure that will catch the error, output the details to a t...

Question updated: Apr 26 2009   8:00 PM GMT  |     SQL Server stored procedures, SQL error handling, SQL Server Express
SQL 6.5 Upgrade

IT Answer  We recently upgraded an application from MS SQL 6.5 to MS SQL 2008. We took quite a performance hit. Is this to be expected?

Question updated: Apr 9 2009   3:57 PM GMT  |     SQL, SQL 6, SQL 6.5
Can you force a user input in a SQL statement, then have the statement continue running

IT Answer  Hi, Can one in an sql statement , when run in sql, force a user input to be entered and when entered, the sql continues to completing

Question updated: Mar 26 2009   8:57 PM GMT  |     SQL statements, SQL, SQL Server development
Need SQL query

IT Answer  I have two tables DETAIL and USER. Detail table have two columns (projectid and projectdetail). Projectid is a primary key in DETAIL table. USER table have two columns (projectid and Userid). User table is like more than one userid can be under each projectid, one user can access more than one proje...

Question updated: Jan 15 2009   11:43 PM GMT  |     SQL, SELECT statement, SQL Query
MySQL vs SQL server

IT Answer  If I was going to get some web pages designed to interact with a database on my server would I be better using MySQL or SQL small business server? Is there a huge difference in what they're cabable of or does it just change what front-end you use? Why would I need a WAMP stack and what exactly do th...

Question updated: Nov 6 2008   7:27 PM GMT  |     SQL, MySQL, WAMP Stack
Retrieving values from a table in SQL

IT Answer  I have values stored in a table in SQL this order: -99.4%, 99.5%, -99.6%, -99.7%, 99.8%, 99.9% I'd like to retrieve them in this order: -99.4%, -99.6%, -99.7%, 99.5%, 99.8%, 99.9% The ORDER BY clause does not do so. Is there another clause I could use?

Question updated: Sep 26 2008   1:50 AM GMT  |     SQL, SQL tables
Questions about a SQL database with hourly transaction log backups

IT Answer  We have a SQL database with a full recovery model that backs up the database once a day, along with hourly backups for the transaction logs. However, we only have one transaction log backup file, and it is overwritten every time. Are transaction log backups cumulative, and if so, does that one file...

Question updated: Sep 23 2008   5:46 PM GMT  |     SQL, SQL Server backup, SQL Database
SQL Stored Procedures

IT Answer  I am trying to return a count value from an SQL Stored Procedure in order to test if the record exists or not. I am calling the procedure from java as follows. CREATE PROCEDURE RTVSQL (IN LEVL CHARACTER(1), IN SYLL CHA...

Question updated: Jul 31 2008   4:36 PM GMT  |     SQL, Stored Procedures
IS It Possible to create Recusrive function using sql udf or stored procedures?

IT Answer  Hi i have a scenario of n level tree structure.in order to traverse to my desired node i am using Recursive function until i get my desired node in my vb code but i am getting a performance issue. SO i reckon that this performance can be overcome by using sql udf or stored procedure. If so please h...

Question updated: Apr 28 2008   12:53 AM GMT  |     Visual Basic, SQL, VB
1 - 25 of 30
<<PREVIOUS 1   2 NEXT>>